SetupDSO (Deprecated) |
This Web service operation is used to create a database. The parameters defined provide the set up details.
SOAP Request
<SetupDSO xmlns="http://schemas.cordys.com/DSOConfig/1.0"> <dso xmlns="http://schemas.cordys.com/DSOConfig/1.0"> <name>sadfas#system</name> <type>Relational</type> <description>aasdfsadfas</description> <configuration> <component name="Connection pool"> <provider>SQLOLEDB</provider> <driverName>OLEDB</driverName> <defaultDatabase>testdb</defaultDatabase> <server>testserver</server> <userName>username</userName> <password>pwd</password> </component> </configuration> </dso> <setupdetails xmlns="http://schemas.cordys.com/DSOConfig/1.0"> <dbaConfig> <dbaname>testdb</dbaname> <dbapwd>pwd</dbapwd> <tablespace/> <createtablespace>false</createtablespace> <tablespacepath/> </dbaConfig> </setupdetails> </SetupDSO>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
name |
Name of the database configuration |
String |
- |
type |
Indicates the type of database configuration |
String |
Relational |
description |
Description of the database configuration |
String |
- |
configuration |
Indicates the configuration details of the database |
|
|
setupdetails |
Indicates the set up details required to create a database |
|
|
SOAP Response
<SetupDSOResponse xmlns="http://schemas.cordys.com/DSOConfig/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <status>set up was successful</status> </SetupDSOResponse>